ComponentOne ASP.NET MVC Controls
ItemFormatter Property (ListBox<T>)

C1.Web.Mvc Namespace > ListBox<T> Class : ItemFormatter Property
Gets or sets a function used to customize the values shown in the list.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ItemFormatter As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string ItemFormatter {get; set;}
See Also

Reference

ListBox<T> Class
ListBox<T> Members